Don't unnecessarily queue resize in GtkWindow.style_updated
authorAlexander Larsson <alexl@redhat.com>
Tue, 4 Dec 2012 15:38:23 +0000 (16:38 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 4 Dec 2012 20:24:24 +0000 (21:24 +0100)
commitd3377e9d7afeb8389ddad920ac0104185b27a852
treeaa25e6d94febc36f4c21b905963191bf29e782f7
parentfaaae520c98af1c27ca1e97ca8f33655ec6b575e
Don't unnecessarily queue resize in GtkWindow.style_updated

GtkWindow always queues a resize on style updates if there is
a grip, because it may have been the grip size style properties
that changed. However, even if it *were*, and it likely wasn't
that would not affect the windows size request, so no need
to queue a resize.
gtk/gtkwindow.c